const github.com/refraction-networking/utls.maxPlaintext
8 uses
github.com/refraction-networking/utls (current package)
common.go#L64: maxPlaintext = 16384 // maximum plaintext payload length
conn.go#L416: if len(plaintext) > maxPlaintext+1 {
conn.go#L694: if len(data) > maxPlaintext {
conn.go#L898: return maxPlaintext
conn.go#L902: return maxPlaintext
conn.go#L933: return maxPlaintext // avoid overflow in multiply below
conn.go#L937: if n > maxPlaintext {
conn.go#L938: n = maxPlaintext
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |